home *** CD-ROM | disk | FTP | other *** search
- /*******************************************************************************
- ***
- *** ShowINIT.h
- ***
- *** Prototypes for ShowINIT library
- ***
- *** History:
- *** jhh 26 may 89 -- flash project; joe holt
- ***
- ***/
-
- #ifndef _H_SHOW_INIT
- #define _H_SHOW_INIT
-
- #include <types.h>
-
- /*******************************************************************************
- **
- ** Public Macros
- **
- **/
-
- /* none */
-
-
- /*******************************************************************************
- **
- ** Public Variables
- **
- **/
-
- /* none */
-
-
- /*******************************************************************************
- **
- ** Public Functions
- **
- **/
-
- pascal void
- ShowINIT(int16 iconID, int16 moveX);
-
-
- #endif /* ifndef _H_SHOW_INIT */
-